home *** CD-ROM | disk | FTP | other *** search
- rem CONFIG.BAT
- rem
- rem Simple batch file to save some typing when you are testing
- rem configurations for TOSBOX.
- rem
- rem Usage: CONFIG [filename]
- rem If [filename] is omitted, the default is TB.INI.
-
-
- :top
- @echo off
- tbsetup.exe %1
- tb.exe %1
- choice "Go back to TBSETUP "
- if errorlevel 2 goto :done
- goto :top
- :done
-